English
Marks a specific notification as read for a user. This endpoint updates the read status of a notification identified by its ID.
cURL
curl --request GET \ --url https://your_a2_service/notifications/read
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The ID of the user.
The ID for the notification.
Successful Response
Was this page helpful?